get todays date java android studio

40

dateFormat = new SimpleDateFormat("MM/dd/yyyy");date = simpleDateFormat.format(calendar.getTime());dateTimeDisplay.setText(date);

Comments

Submit
0 Comments